home *** CD-ROM | disk | FTP | other *** search
- :begin
- echo off
- choose 12 "Online Bible 6.1" "CD-ROM Contents" "Tutorial" "Install Instructions" "Disk Copying Info" "Start Install"
- if errorlevel 9 goto e9
- if errorlevel 8 goto e8
- if errorlevel 7 goto e7
- if errorlevel 6 goto e6
- if errorlevel 5 goto e5
- goto dos
- :e9
- view contents.doc
- goto begin
- :e8
- view tutorial.doc
- goto begin
- :e7
- view read.me
- goto begin
- :e6
- view .\masters\read.me
- goto begin
- :e5
- cls
- echo █████████████████████████████████████████████████████████████████████
- echo ** **
- echo ██ ██
- echo ██ Type "install" to begin the installation ██
- echo ██ and then select option A to start. ██
- echo ██ ██
- echo ██ In Canada & U.S.A. order a printed manual for $5 by calling ██
- echo ██ ONLINE BIBLE USA ██
- echo ██ 1-800-243-7124 ██
- echo ██ ██
- echo ██ Otherwise write Larry Pierce, 11 Holmwood St, Winterbourne, ██
- echo ██ Ont, CANADA, N0B 2V0 and send $7 in US funds drawn on a US ██
- echo ██ bank for one copy of the manual. ██
- echo ██ ██
- echo ** **
- echo █████████████████████████████████████████████████████████████████████
- echo
- goto dos
- :dos
-